home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 49 / Amiga Format CD49 (2000-01-17)(Future Publishing)(GB)(Track 1 of 3)[!][issue 2000-02].iso / -in_the_mag- / pdselect / jpeg-dt / jpeg-dt35 / jpeg-dt35.doc < prev    next >
Text File  |  1999-11-15  |  2KB  |  105 lines

  1. Documentation of jpeg.datatype 46.0
  2. -----------------------------------
  3.  
  4.  
  5. Introduction
  6. ------------
  7.  
  8. With the help of the jpeg.datatype, your datatype sytem is able to read JPEG images.
  9.  
  10. This datatype is freeware and can be used for any purpose.
  11.  
  12.  
  13. Minumum requirements for jpeg.datatype
  14. --------------------------------------
  15.  
  16. * OS 3.5
  17.  
  18.  
  19. Additionally recommened
  20. -----------------------
  21.  
  22. * CyberGraphX with picture.datatype V43 for 24-bit images.
  23.  
  24.  
  25. Minumum requirements for JPEGPrefs
  26. ----------------------------------
  27.  
  28. * OS 3.5
  29. * MUI 3.8
  30.  
  31.  
  32. Installation
  33. ------------
  34.  
  35. Simply click on the 'Install' script.
  36.  
  37.  
  38. Preferences
  39. -----------
  40.  
  41. DCT Methods:
  42. Choose one of the DCT methods for de/encoding.
  43.  -> Slow Integer:   medium speed, good quality (default, 0)
  44.  -> Fast Integer:   fast speed but low quality (1)
  45.  -> Floating Point: slowest but high quality (2).
  46.  
  47. Scale:
  48. Picture sizes can be scaled for output:
  49. -> 1:1  Leave size untouched (default, 0)
  50. -> 1:2  Half the size (1).
  51. -> 1:4  One forth  the size (2).
  52. -> 1:8  One eighth the size (3).
  53.  
  54. Quality:
  55. Defines the compression quality. Ranges from 1 to 100.
  56. Useful values are between 60 and 90, depending on the picture.
  57. Low values produce short files but worse quality, higher values longer files with
  58. good quality.
  59. The default is 75.
  60.  
  61. Smoothing:
  62. Value of color smoothing during compression. Ranges from 0 to 100.
  63. Default is 0 (no smoothing).
  64.  
  65. Gray Mode:
  66. Images are stored as 256 color grayscales pictures.
  67. Default is OFF, save in 24 Bit color mode.
  68.  
  69. Progressive Mode:
  70. Store the image in progressive mode.
  71. Default is OFF.
  72.  
  73. Currently I only support MUI for the preferences.
  74. If you don't have MUI, you also can adjust the preferences very easy.
  75. The ENV-variable 'DataTypes/jpeg.prefs' contains the parameter as a DOS-argument
  76. with the template
  77. 'DCT/A/N,SCALE/A/N,QUALITY/A/N,SMOOTH/A/N,GRAY/S,PROGRESSIVE/S'.
  78. You can change the settings anytime either by using the 'SetEnv'-command or by
  79. using a text editor.
  80. A GadTools version of the preferences may follow in the near future.
  81.  
  82.  
  83. History
  84. -------
  85.  
  86. 13-Nov-99  V46.0
  87.    * First public release
  88.  
  89.  
  90. Credits
  91. -------
  92.  
  93. Paul Huxham for the jpeg.library.
  94.  
  95.  
  96. Author
  97. ------
  98.  
  99. Feel free to contact me for comments, critics or bug reports !
  100.  
  101. Name:     Achim Stegemann
  102. Email:    astegema@ix.urz.uni-heidelberg.de
  103. Internet: http://www.rzuser.uni-heidelberg.de/~astegema
  104.  
  105.